testing.B.importPath (field)

8 uses

	testing (current package)
		benchmark.go#L96: 	importPath       string // import path of the package containing the benchmark
		benchmark.go#L279: 		if b.importPath != "" {
		benchmark.go#L280: 			fmt.Fprintf(b.w, "pkg: %s\n", b.importPath)
		benchmark.go#L705: 		importPath: importPath,
		benchmark.go#L816: 		importPath: b.importPath,
		benchmark.go#L831: 			if b.importPath != "" {
		benchmark.go#L832: 				fmt.Printf("pkg: %s\n", b.importPath)